getRoute

open fun getRoute(index: Int): Int

The list of nodenums this packet has visited so far to the destination.
repeated fixed32 route = 1;

Return

The route at the given index.

Parameters

index

The index of the element to return.